.sec-1-2026 {
    background-color: #00a39c;
    
}

.sec-1-2026 h2 {
  color: #fff;
}

.sec-1-2026 iframe {
    height: 347px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.sec-1-2026 p {
    font-size: 20px;
    color: #fff;
}

.lousa-digital-para-governo #site-headline {
  display: none;
}

.content-70-2026 {
    max-width: 70%;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    text-align: center;
}

.btn-whatsapp-2026 {
    display: inline-block;
    overflow: hidden;
    background-color: #28af60;
    color: #fff;
    padding: 14px 32px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
}

.sec-2-2026 h2 {
    font-size: 36px;
    color: #22262a;
    font-weight: 700;
}

.sec-2-2026 h2 strong {
    color: #f97a1f;
    font-weight: 700;
}

.sec-2-2026 h3 {
    color: #6d7378;
    font-size: 22px;
}

.cards-desafios-2026 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card-desafio-2026 {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 15px;
  transition: 0.2s ease;
  align-items: center;
}

.card-desafio-2026:hover {
  transform: translateY(-3px);
}

.icon {
  flex-shrink: 0;
  color: #f97a1f;
}

.card-desafio-2026 p {
  margin: 0;
  font-size: 15px;
  color: #22262a;
  text-align: left;
}

.sec-3-2026 {
    background-color: #f4f6f6;
}

.sec-2-2026 h4 {
    text-align: center;
    color: #00a39e;
    font-size: 24px;
}

.sec-3-2026  h2 {
    font-size: 36px;
    color: #22262a;
    font-weight: 700;
}

.sec-3-2026  h2 strong {
    color: #00a39c;
    font-weight: 700;
}

.sec-3-2026 h3 {
    color: #6d7378;
    font-size: 22px;
}

.sec-3-2026 h4 {
    color: #22262a;
    font-size: 22px;
    font-weight: 700;
    margin-top: 25px;
}

.cards-compras-2026 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cada-compra-2026 {
  background: #0f9d8f; /* verde semelhante ao print */
  color: #fff;
  border-radius: 999px;
  padding: 12px 20px;

  display: flex;
  align-items: center;
  justify-content: center; /* centraliza conteúdo */
  gap: 10px;

  text-align: center;
}

.cada-compra-2026 .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.cada-compra-2026 p {
  margin: 0;
  font-size: 15px;
}

.sec-4-2026  h2 {
    font-size: 36px;
    color: #22262a;
    font-weight: 700;
}

.sec-4-2026  h2 strong {
    color: #00a39c;
    font-weight: 700;
}

.cards-cidades-2026 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.cada-card-cidade-2026 {
  background: #e9e9e9;
  border-radius: 12px;
  padding: 18px;

  text-align: center;
  font-weight: 600;
  color: #333;

  transition: 0.2s ease;
}

.cada-card-cidade-2026:hover {
  transform: translateY(-3px);
}

.btn-verde-2026 {
    display: inline-block;
    overflow: hidden;
    background-color: #00a39e;
    color: #fff;
    padding: 14px 32px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
}

.sec-5-2026 {
    background-color: #00a39c;
}

.sec-5-2026 h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.sec-5-2026 h3 {
    color: #fff;
    font-size: 22px;
}

.cards-etapas-2026 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.cada-etapa-2026 {
  padding: 50px 30px;
  text-align: center;
  color: #fff;
}

.cada-etapa-2026 .numero {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;

  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 26px;
  font-weight: bold;
}

.cada-etapa-2026 p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.sec-form-2026  h2 {
    font-size: 36px;
    color: #22262a;
    font-weight: 700;
}

.sec-form-2026  h2 strong {
    color: #00a39c;
    font-weight: 700;
}

.sec-form-2026 h3 {
    color: #6d7378;
    font-size: 22px;
}

.content-form-2026 {
  margin-top: 40px;
}

.form-linhas-2026 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.input-form-2026 {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: #333;
  outline: none;
  margin-bottom: 0px;
}

.envia-form-2026 {
  display: block;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background-color: #00a39c;
  color: #fff;
  padding: 14px 32px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  margin-top: 15px;
}

.sec-6-2026 {
  background-color: #00a39c;
}

.sec-6-2026 h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.sec-6-2026 h3 {
    color: #fff;
    font-size: 22px;
}

.sec-6-2026 .btn-whatsapp-2026 {
  margin: 30px 0px;
}

.sec-6-2026 p {
  color: #fff;
}

.selecao-2026 .wpcf7-list-item {
    display: inline-block;
    width: 50%;
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
}

.selecao-2026 .wpcf7-list-item label {
  font-weight: 400;
}

.label-2026 {
  display: block !important;
  text-align: left;
  padding: 20px 0px 0px 0px;
}



/* Tablet */
@media (max-width: 1024px) {
  .cards-desafios-2026 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cards-compras-2026 {
    grid-template-columns: repeat(1, 1fr);
  }
  .cards-cidades-2026 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cards-etapas-2026 {
    grid-template-columns: 1fr;
  }
  .cards-desafios-2026 {
    grid-template-columns: 1fr;
  }
  .cards-cidades-2026 {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-linhas-2026 {
    grid-template-columns: 1fr;
  }
  .content-70-2026 {
    max-width: 100%;
  }
  .sec-1-2026 iframe {
      height: 100%;
  }
}


